home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / extras / programm / gemfsc20 / gemfsc20.lzh / VDI_VRSN.DOC < prev    next >
Text File  |  1993-03-26  |  2KB  |  33 lines

  1.  
  2.  Version notes for VDIFAST...
  3.  
  4.  v1.8   02/21/91    Miscellanious fixes and additions.
  5.  
  6.    - escape funcs   All escape functions in VDIESCP1.S (those that take
  7.                     only a VDI handle as a parm) were broken, now fixed.
  8.                     A couple functions in VDIESCP2.S also fixed.
  9.  
  10.    - v_curtext      This function's label was not defined as global, so
  11.                     the linker would report this as an unknown function.
  12.  
  13.    - vqt_fontinfo   This was incorrectly named v_qt_fontinfo() in prior
  14.                     versions.
  15.  
  16.    - vqt_width      This was incorrectly named (missing its leading
  17.                     underbar character) in prior versions.
  18.  
  19.    - (all funcs)    Split the source code into a bajillion modules, most
  20.                     with only one function per module.  This makes the
  21.                     library a bit bigger, and should make your programs a
  22.                     bit smaller, since fewer unused functions will get
  23.                     linked in just because they live in the same module
  24.                     as something you do use.
  25.  
  26.  v1.9   03/15/93    Converted from MadMac asm to JAS/vanilla Motorola.
  27.  
  28.  v2.0   03/26/93    Added all missing VDI bindings, mostly escapes I had
  29.                     never heard of but learned about by looking at the
  30.                     GNU gem bindings, and added the FSM/Speedo functions.
  31.                     Also, did some major tweaking so that the bindings
  32.                     never touch d2 or a2 without preserving them.
  33.